HighContrast: remove edge highlight
authorJakub Steiner <jimmac@gmail.com>
Tue, 8 Sep 2015 15:22:10 +0000 (17:22 +0200)
committerJakub Steiner <jimmac@gmail.com>
Tue, 8 Sep 2015 15:24:19 +0000 (17:24 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=754551

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 527ddc87f8ef67b2b2fbcec4fe698f371664513d..c9b35bb7da2a1d6898a1aa4c7ed5e596080fbf30 100644 (file)
@@ -2360,6 +2360,7 @@ GtkColorSwatch {
 
   // we need to re-set the shadow here since it get axed by the previous bit
   &:selected { box-shadow: $_colorswatch_shadow; }
+  GtkColorButton > & { box-shadow: none; }
 
   // border rounding
   &.top {
index 8b127933106c5b84a06cb35322b0d994d4f0e68a..9a2aa2c91935b4f077e1275b54bda62433f7187d 100644 (file)
@@ -2573,6 +2573,8 @@ GtkColorSwatch {
       border-color: #fff; }
   GtkColorSwatch:selected {
     box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px #fff; }
+  GtkColorButton > GtkColorSwatch {
+    box-shadow: none; }
   GtkColorSwatch.top {
     border-top-left-radius: 5px;
     border-top-right-radius: 5px; }